home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / athlete_.swf / scripts / DefineSprite_122 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  253 b   |  9 lines

  1. p1.body._rotation = 90;
  2. p1.gotoAndStop(_root.p1type);
  3. p2.body._rotation = 90;
  4. p2.gotoAndStop(_root.p2type);
  5. p1name = "\'" + _root.names[_root.p1type - 1] + "\'";
  6. p2name = "\'" + _root.names[_root.p2type - 1] + "\'";
  7. nop = _root.mheight;
  8. stop();
  9.